home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / WORDMISC / WRITTOOL.LZH / DETAB.DOC < prev    next >
Text File  |  1986-12-18  |  473b  |  21 lines

  1. -------------------------------------------------------------------------------
  2.  DETAB
  3. -------------------------------------------------------------------------------
  4. Summary:
  5.  
  6.      detab filename
  7.  
  8. The DETAB text filter expands the TABs in its input to the appropriate number
  9. of spaces.
  10.  
  11. Example:
  12.  
  13. Remove the spaces from the file named detab.c and write it to the file named 
  14. detab.new.
  15.  
  16.      detab < detab.c > detab.new  
  17.  
  18. See also:
  19.  
  20.      ENTAB, WHITE
  21.